{% extends "layouts/content" %} {% import "views/macros/tags" %} {% block content %} {% if noindex %} {% endif %} {% for msg in msgs %} {% include "views/partial/message" %} {% endfor %} {% if nextpage | default('') is not empty %}

{% endif %} {% endblock %} {% block "column" %} {% if tag | default('') is not empty %} {% include "views/partial/tagcolumn" %} {% elseif visitor.uid > 0 %} {% include "views/partial/usercolumn" %} {% else %} {% include "views/partial/homecolumn" %} {% endif %} {% if noindex %} {% endif %} {% endblock %}