Skip to content
Snippets Groups Projects
Commit 40e55749 authored by Hanne Moa's avatar Hanne Moa
Browse files

Playing with whitespace (it's Friday!)

parent 77e50dc4
No related branches found
No related tags found
No related merge requests found
<div id="header">
<h1><a style="text-decoration: none; color: white" href="/{{ baseurlpath }}">{{ pagetitle }}</a></h1>
</div>
{% if not hideLanguageBar %}
<div id="languagebar">
{% for language, param in languageBar %}
{% if not loop.first %}|{% endif %}
{% if param %}<a href="{{ param }}">{{ language }}</a>{% else %}{{ language }}{% endif %}
{% endfor %}
</div>
{% endif %}
<div id="header">
<h1><a style="text-decoration: none; color: white" href="/{{ baseurlpath }}">{{ pagetitle }}</a></h1>
</div>
{% if not hideLanguageBar %}
<div id="languagebar">
{% for language, param in languageBar %}
{%- if not loop.first -%} | {%- endif -%}{% if param %}<a href="{{ param }}">{{ language }}</a>{% else %}{{ language }}{% endif %}
{% endfor %}
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment