Sample index.mustache
{{> header.mustache}} | |
<h1>WindowsArea.de News</h1> | |
<ul> | |
{{#news}} | |
<li><a href="{{link}}" target="_blank">{{title.rendered}}</a></li> | |
{{/news}} | |
</ul> | |
<h1>My Links</h1> | |
<ul> | |
{{#links}} | |
<li><a href="{{url}}" target="_blank">{{url}}</a></li> | |
{{/links}} | |
</ul> | |
{{> footer.mustache}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment