forked from finga/onders.org_zola_theme
11 lines
272 B
HTML
11 lines
272 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<navbar class="navbar level">
|
|
<div class="level-left">
|
|
<a href="{{ config.base_url }}">home</a>
|
|
</div>
|
|
</navbar>
|
|
<h1 class="title">404</h1>
|
|
<h2 class="subtitle">Diese URL führt zu nichts!</h2>
|
|
{% endblock content %}
|