This commit is contained in:
parent
45ec7d444a
commit
a5e5153208
3 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
{% include "head.html" %}
|
{% include "head.html" %}
|
||||||
</head>
|
</head>
|
||||||
{% include "header.html" %}
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% if config.is_logged() %}
|
{% include "header.html" %} {% if config.is_logged() %}
|
||||||
<aside>{% include "post.html" %}</aside>
|
<aside>{% include "post.html" %}</aside>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
{% include "head.html" %}
|
{% include "head.html" %}
|
||||||
</head>
|
</head>
|
||||||
{% include "header.html" %}
|
|
||||||
<body>
|
<body>
|
||||||
|
{% include "header.html" %}
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<h3>login page</h3>
|
<h3>login page</h3>
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
{% include "head.html" %}
|
{% include "head.html" %}
|
||||||
</head>
|
</head>
|
||||||
{% include "header.html" %}
|
|
||||||
<body>
|
<body>
|
||||||
|
{% include "header.html" %}
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
{% if file %}
|
{% if file %}
|
||||||
<h3>{{ name }}</h3>
|
<h3>{{ name }}</h3>
|
||||||
|
|
Loading…
Reference in a new issue