{% extends "layout.html" %} {% load staticfiles %} {% block content %}
{% include "account/sub_nav.html" %}
{% include "admin/sub_nav.html" %}
{% for b in boards %}
{{ b.mid }}
Board MID: {{ b.mid }}
{% endfor %}
{% endblock %}