site/templates/about-me.html

12 lines
255 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="text-align-center">
<h1 class="header">{% block title %}{{ section.title }}{% endblock title %}</h1>
{{ section.description }}
</div>
{{ section.content | safe }}
{% endblock content %}