flask-htmx-board1/templates/interactive-posts.html
Simple_Not 9b7fae2a62
All checks were successful
continuous-integration/drone/push Build is passing
check posts
2023-07-13 21:34:06 +10:00

19 lines
244 B
HTML

{% extends "base.html" %}
{% block content %}
<nav>
<a href="/">glavnaya</a>
<br>
</nav>
<div class="row" id="neu-posts">
<div class="col s4 m4">
{% include 'i-posts.html' %}
</div>
</div>
{% endblock content %}