Add
{% for key, value in page.items() %} {% if key not in ['content', 'url'] %}
{{ key }} :
Remove
{% endif %} {% endfor %}
{{ content }}
Save