{# app/templates/shop/content-page.html #} {# Generic CMS content page template #} {% extends "shop/base.html" %} {# Dynamic title from CMS #} {% block title %}{{ page.title }}{% endblock %} {# SEO from CMS #} {% block meta_description %}{{ page.meta_description or page.title }}{% endblock %} {% block meta_keywords %}{{ page.meta_keywords or vendor.name }}{% endblock %} {% block content %}