blog/templates/about.html

9 lines
245 B
HTML

{% 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 %}