flask-htmx-board1/templates/interactive-posts.html

14 lines
159 B
HTML
Raw Normal View History

2023-07-13 19:50:45 +10:00
{% extends "base.html" %}
{% block content %}
<nav>
<a href="/">glavnaya</a>
<br>
</nav>
{% include 'i-posts.html' %}
{% endblock content %}