{% set title = 'Checkout Page' %} {% set filename = 'application-checkout.html' %} {% extends 'layouts/master.html' %} {% block content %}

Checkout Page

A page for user to checkout

Coming Soon!
If you want to contribute. Check out this template repository.
{% endblock %}