{% extends "admin_template.html" %} {% from "components/sms-message.html" import sms_message %} {% block page_title %} GOV.UK Notify | Send text messages {% endblock %} {% block content %}
This page will be where we construct text messages
{{ sms_message("hi") }}