+
+ + {% if request.user.is_authenticated and not request.user.member.primary_email.verified %} +
+ Please + verify + your email address! As good stewards of your data, we want to + be able to contact you. +
+ {% endif %} + {% block messages_block %} + {% if messages %} + {% for message in messages %} +
+ {{ message }}
+ {% endfor %} + {% endif %} + {% endblock messages_block %} + + {% block main %} +

Sample header

+

Sample lead paragraph.

+

Sample standard paragraph. This is a sample link. This is some code.

+
+ button 1 + button 2 + button 3 + button 4 +
+ {% endblock main %} + +
+