{% extends 'base.html' %} {% load md2 %} {% block content %}
{% block rightcontent %} {% endblock %}
{% for box in boxes %}

{{ box.title }}


{{ box.content|markdown:"safe, code-friendly, code-color" }}

{% endfor %}
{% endblock %}