2019-12-14 23:03:06 +00:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col justify-content-center text-center">
|
|
|
|
<h1>Hello World!</h1>
|
|
|
|
<p>Using dark themed Bootstrap 4 css files...</p>
|
|
|
|
<p>Themes: <a href="https://bootswatch.com/" target="_blank">Bootswatch</a></p>
|
|
|
|
</div>
|
2019-11-01 22:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-14 23:03:06 +00:00
|
|
|
{% endblock content %}
|
2019-11-01 22:54:25 +00:00
|
|
|
|
2019-12-14 23:03:06 +00:00
|
|
|
{% block scripts %}
|
|
|
|
<!-- Created scripts -->
|
|
|
|
{% endblock scripts %}
|