1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2019-05-14 16:08:35 -07:00

43 lines
856 B
HTML

{% extends "templates/base.html" %}
<!DOCTYPE html>
<html>
<head>
</head>
{% block content %}
<body class="has-background-danger">
<section class="section">
<nav class="navbar has-background-danger">
<div class="container">
<div class="navbar-brand">
</div>
</div>
</nav>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<section>
<div class="container has-text-centered">
<h1 class="title is-size-1">
{{ text_415_title }}
</h1>
<h2 class="subtitle is-size-3">
{{ text_415_subtitle }}
</h2>
<br>
<a href="/" class="button is-medium is-rounded is-inverted is-danger is-outlined">Home</a>
</div>
</section>
{% if enable_footer == true %}
{% include "templates/footer.html" %}
{% endif %}
{% endblock %}
</body>
</html>