Исправлены заголовки
This commit is contained in:
parent
e7d3b02d92
commit
771fc85bce
@ -6,7 +6,7 @@ use: [albums]
|
|||||||
---
|
---
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for album in data.albums %}
|
{% for album in data.albums %}
|
||||||
|
@ -6,7 +6,7 @@ use: [articles]
|
|||||||
---
|
---
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for article in data.articles %}
|
{% for article in data.articles %}
|
||||||
|
Loading…
Reference in New Issue
Block a user