mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-04 00:18:52 -04:00
17 lines
266 B
HTML
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 %} |