{% extends "base.html" %} {% block title %}Marketplace Format Guide — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %} {# Document chrome (typography, dark
, table, blockquote) lives in style-custom.css under the "Marketplace format guide page" section, scoped to .format-guide so other pages aren't affected. #}{# Markdown is rendered server-side via the standard library so we don't pull in a new dependency. The dark `{% endblock %}` styling matches the JSON snippets in the doc. #} {{ rendered_html | safe }}