UNPKG
fraction.io
Version:
latest (0.22.0)
0.22.0
0.21.3
0.21.2
Your personalized community aggregator.
github.com/fraction/fraction
fraction/fraction
fraction.io
/
app
/
packages
/
fraction-layout
/
views
/
sidebar.html
10 lines
(9 loc)
•
224 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
template
name
=
"sidebar"
>
<
sidebar
>
<
a
class
=
"title"
href
=
"{{backLink}}"
>
<
img
src
=
"/img/logo.svg"
>
{{#if showBack}}
<
i
class
=
"back fa fa-chevron-left"
>
</
i
>
{{/if}}
</
a
>
</
sidebar
>
</
template
>