finga
4aff0378ac
Deprecate the bulma css framework in favor of normalize and milligram. Adapt the templates to work with the new css libraries.
13 lines
201 B
HTML
13 lines
201 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}
|
|
404
|
|
{% endblock title %}
|
|
|
|
{% block subtitle %}
|
|
<h2>404</h2>
|
|
{% endblock subtitle %}
|
|
|
|
{% block content %}
|
|
Diese URL führt zu nichts!
|
|
{% endblock content %}
|