{% extends "base.html" %} {% block big-links %} <div class="big-link-container"> <a href="library" class="big-link" id="library-link">Browse the issues</a> </div> {% endblock %} {% block content %} <h2> We'll be in touch! </h2> <p> Thank you, {{name}}. Someone will call you shortly on {{phone}} to talk to you about {{concern}}. </p> {% endblock %}