{% set type = "article" %}{# home / article #} {% set title = "Page Title" %} {% extends "base.j2.html" %} {% block page_content %} {% filter markdown %}{% endfilter %}

Page: Data

Data from this Gist.

{% for item in data %} {% endfor %}
AuthorQuote
{{item.author}}{{item.quote}}
{% endblock %}