check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-07-13 19:50:45 +10:00
parent a57a964c60
commit 6094f277b5
4 changed files with 33 additions and 2 deletions

View File

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