{# stripe_kong/templates/stripe_kong/page.html #} {% extends "base.html" %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}
{# This div will be filled with the rendered Puck content #}

{{ page.title }}

Loading page content...

{% endblock %} {% block extra_js %} {% endblock %}