All checks were successful
continuous-integration/drone/push Build is passing
6 lines
123 B
HTML
6 lines
123 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="container-lg">
|
|
<h1>Nothing here...</h1>
|
|
</div>
|
|
{% endblock %} |