{% extends 'base.html' %} {% from 'bootstrap/pagination.html' import render_pagination %} {% from 'bootstrap/form.html' import render_form, render_field %} {% block title %}{{ photo.author.name }}的照片{% endblock %} {% block content %}
{% if current_user.is_authenticated %} {% endif %} {% endblock %}