flask-htmx-board1/templates/interactive-posts.html
Simple_Not 39aa0a9687
All checks were successful
continuous-integration/drone/push Build is passing
check posts
2023-07-14 01:52:00 +10:00

16 lines
217 B
HTML

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