{% extends 'layout.html' %} {% block content %}
{% for description in fact_desc %} {% endfor %} {% for nodename in nodedata %} {% for item in nodedata[nodename] %} {% endfor %} {% endfor %}
{{description}}
{{item}}
{% endblock content %}