flask-htmx-board1/templates/interactive-posts.html
Simple_Not 1173482a57
All checks were successful
continuous-integration/drone/push Build is passing
check posts
2023-07-13 21:45:11 +10:00

19 lines
242 B
HTML

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