10 lines
228 B
Cheetah
10 lines
228 B
Cheetah
<header>
|
||
<div class="header-links">
|
||
<a href="#">О нас</a>
|
||
<a href="#">О сервере</a>
|
||
</div>
|
||
|
||
{%- if request.path != url_for('index') %}
|
||
<a href="{{ url_for('index') }}">Coders Squad</a>
|
||
{% endif %}
|
||
</header> |