mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-22 19:39:56 -04:00
8 lines
140 B
HTML
8 lines
140 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block content %}
|
|
<div class="about">
|
|
{{ page.content | safe }}
|
|
</div>
|
|
{% endblock content %}
|