+
+ + {% 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 top header

+

Sample lead paragraph text.

+

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

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim + veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea + commodo consequat. Duis aute irure dolor in reprehenderit in voluptate + velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint + occaecat cupidatat non proident, sunt in culpa qui officia deserunt + mollit anim id est laborum. +

+

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