{% include "custom/_chrome_style.html" %}
{% include "custom/_header.html" %}
{{ sanitized_html|safe }}
{{ price_label }}
Get on makenot.work
{% if !items.is_empty() %}
{% for it in items %}
{{ it.title }}
{% endfor %}
{% endif %}
{% include "custom/_footer.html" %}