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