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