blog/templates/about.html

9 lines
245 B
HTML
Raw Normal View History

2022-02-12 20:10:27 +00:00
{% extends "basic.html" %}
{% block content %}
<article class="post animated fadeInDown">
<h1><a href="{{ section.permalink }}"> About </a></h1>
<div class="post-content">{{ section.content | safe }}</div>
</article>
{% endblock content %}