mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 17:40:03 +01:00
11 lines
283 B
HTML
11 lines
283 B
HTML
|
{% include menu-main.html %}
|
||
|
|
||
|
<header class="header header--page">
|
||
|
<div class="row">
|
||
|
<h1 class="header__title">{{ page.title }}</h1>
|
||
|
{% if page.subtitle %}
|
||
|
<h2 class="header__subtitle">{{ page.subtitle }}</h2>
|
||
|
{% endif %}
|
||
|
</div>
|
||
|
</header>
|