{% extends "base.html" %} {%block title %}普通上传 {% endblock %} {% block content %}
上传到相册: {% for album in albums %} {{album.name}}({{album.count}}) {% endfor %} 新建相册