This commit is contained in:
7
templates/i-posts.html
Normal file
7
templates/i-posts.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if posts | length > 0 %}
|
||||
{% for post in posts %}
|
||||
<div class="posto">
|
||||
{{ post.texto }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
14
templates/interactive-posts.html
Normal file
14
templates/interactive-posts.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<nav>
|
||||
<a href="/">glavnaya</a>
|
||||
<br>
|
||||
</nav>
|
||||
|
||||
|
||||
{% include 'i-posts.html' %}
|
||||
|
||||
{% endblock content %}
|
@@ -9,9 +9,9 @@
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
<a routerLink = "/">Напоминание </a>
|
||||
<a href="/">glavnaya</a>
|
||||
<br>
|
||||
<a routerLink = "/about">О нас </a>
|
||||
<a href="/db_posts">here we go</a>
|
||||
<br>
|
||||
Доски:
|
||||
<div class="boards">
|
||||
|
Reference in New Issue
Block a user