UUBlog
{% if userInfos.currentuser %}
我的博客
发布文章
设置
退出
{% else %}
注册
登录
{% endif %}
{{userInfos.guestblog.title}}
{% block content %}{% endblock %}
{% if myModules %} {% for module in myModules %} {% ifnotequal module ''%} {% with "modules/"|add:module|add:".html" as template%} {% include template %} {% endwith %} {% endifnotequal %} {% endfor %} {% else %} {% endif %}