{% extends 'base.html' %} {% block title %}New Alarm{% endblock %} {% block content %} {% include 'form.html' %} {% endblock %}