Files
notifications-admin/templates/hello-world.html
2015-11-23 13:50:37 +00:00

17 lines
266 B
HTML

{% extends "govuk_template.html" %}
{% block page_title %}
Hello world!
{% endblock %}
{% block content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">Hello world!</h1>
<p>Hello world.</p>
</div>
</div>
{% endblock %}