{% extends "_layout.html" %} {% block title %}Tags{% endblock title %} {% block content %} All Tags {% for tag in tags %} {{ tag.tag }} {% endfor %} {% endblock content %}