{% extends "bbs/layout.html" %} {% block css %} {% endblock %} {% block javascript %} {% endblock %} {% block content %}
{% for ctg in categories %}

{{ ctg }}

{% endfor %}
{% include 'bbs/include/right-bar.html' %}
{% endblock %}