mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 17:48:22 +00:00
8 lines
146 B
HTML
8 lines
146 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1 class="title">
|
||
|
{{ page.title | safe }}
|
||
|
</h1>
|
||
|
{{ page.content | safe }}
|
||
|
{% endblock content %}
|