Created
December 12, 2011 19:53
-
-
Save vybs/1468810 to your computer and use it in GitHub Desktop.
news articles dust template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{! article dust template with partials for polling and pagination !} | |
<div id="today_feed" class="grid unit_8"> | |
<div id="today_feed-updates" class="unit_8 alpha omega"> | |
{>"Polling"/} | |
</div> | |
<div id="today_feed-articles" class="unit_8 alpha omega"> | |
<ul class="articles"> | |
{#content}{#news_container_section}{#newsList} | |
{>"Article"/} | |
{/newsList}{/news_container_section}{/content} | |
</ul> | |
</div> | |
<div id="today_feed-pagination" class="unit_8 alpha omega"> | |
{>"Pagination"/} | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cratygs - you have to parse the Dust template server-side with Node.JS or Rhino then send the result to the browser in order to achieve SEO friendliness.