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