This website requires JavaScript.
Explore
Help
Sign In
JuanCanham
/
fresh-themes
Watch
1
Star
0
Fork
0
You've already forked fresh-themes
mirror of
https://github.com/JuanCanham/fresh-themes.git
synced
2024-11-14 04:30:10 +00:00
Code
Issues
Releases
Wiki
Activity
7a69f534a2
fresh-themes
/
partials
/
html
/
highlights.hbs
8 lines
94 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Allow overriding of section headers.
2016-01-12 14:40:18 +00:00
{{
#
if
highlights
}}
<ul>
{{
#
each
highlights
}}
Continue DRYing out themes.
2016-01-12 15:33:19 +00:00
<li>
{{{
.
}}}
</li>
Allow overriding of section headers.
2016-01-12 14:40:18 +00:00
{{
/
each
}}
</ul>
{{
/
if
}}
Reference in New Issue
Copy Permalink