{% extends "src/html/templates/share-page.html" %} {% set layout = "cover-banner" %} {% block page_class %}{{ super() }} with-headline{% endblock %} {% block page_title %}Thank you for taking action. You’re awesome!{% endblock %} {% block background %} test image with cats {% endblock %} {% block headline %}

A huge thank you!

{% endblock %} {% block content %}

Cat ipsum dolor sit amet, mewl for food at 4am. Meeeeouw spill litter box, scratch at owner, destroy all furniture, especially couch. Sleep on dog bed, force dog to sleep on floor stinky cat spend all night ensuring people don't sleep sleep all day yet spread kitty litter all over house.

{% endblock %} {% block content_bottom %} {% include "src/html/includes/share-buttons.html" %} {% endblock %} {% block bottom %} {% include "src/html/includes/section-2col.html" %} {% include "src/html/includes/section-2col.html" %} {% include "src/html/includes/section-1col.html" %} {% endblock %} {% block footer %} {% include "src/html/includes/menu.html" %} {% endblock %}