{% extends "wheelcms_axle/base.html" %} {% block base_main %}

{{content.title}}

{% for n in contents %} {% with content=n.content spoke=n.content.spoke %} {% endwith %} {% endfor %}
{{ content.title }}

{{spoke.description|default:''|safe}}

{% endblock %}