flask-htmx-board1/templates/interactive-posts.html
Simple_Not 6094f277b5
All checks were successful
continuous-integration/drone/push Build is passing
check posts
2023-07-13 19:50:45 +10:00

14 lines
159 B
HTML

{% extends "base.html" %}
{% block content %}
<nav>
<a href="/">glavnaya</a>
<br>
</nav>
{% include 'i-posts.html' %}
{% endblock content %}