mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
9 lines
No EOL
259 B
HTML
9 lines
No EOL
259 B
HTML
{% extends "base.html" %}
|
|
|
|
{% import "macros/post.html" as post %}
|
|
{% import "macros/figures.html" as figures %}
|
|
|
|
{% block main %}
|
|
{{ post::page_title(page=page) }}
|
|
{{ figures::image(src=page.extra.picture_src, caption=page.description) }}
|
|
{% endblock main %} |