{% set timeline_path = 'timeline/_index.md' %} {% set timeline = get_section(path=timeline_path) %} {% block content %}
{% for post in timeline.pages %}
{{ post.extra.title }}
{{ post.title }}
{{ post.content | safe }}
{% endfor %}
{% endblock content %}