Source code for shuup.simple_cms.templates

from django.utils.translation import gettext_lazy as _


[docs] class SimpleCMSDefaultTemplate: name = _("Default Page") template_path = "shuup/simple_cms/page.jinja"
[docs] class SimpleCMSTemplateSidebar: name = _("Page with sidebar") template_path = "shuup/simple_cms/page_sidebar.jinja"