mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
15 lines
No EOL
226 B
HTML
15 lines
No EOL
226 B
HTML
{% extends "base.html" %}
|
|
|
|
{% import "macros/post.html" as post %}
|
|
|
|
{% block main %}
|
|
|
|
|
|
<div class="blog">
|
|
{% for page in section.pages %}
|
|
{{ post::excerpt(page=page) }}
|
|
{% endfor %}
|
|
</div>
|
|
|
|
|
|
{% endblock main %} |