{% extends "layout.html" %} {% block title %}blog{% endblock %} {% block footer %} © fancy 2023. {% endblock %} {% block content%}

blog

will hopefully be updated

{% for post in posts %} {{ post.title }} - {{ post.description }} {% endfor %}
{% endblock %}