{% macro articlesTable(urlPrefix) %}
# | Title | Summary | Published |
---|---|---|---|
{# loop.index #} | {# article.title #} | {# summarizeArticle(article.content) #} ... | {% if article.published %}yes{% else %}no{% endif %} |
# | Title | Published | View stats |
---|---|---|---|
{# loop.index #} | {# poll.title #} | {% if poll.published %}yes{% else %}no{% endif %} | Stats |