{% extends "base.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}


{% for item in content_list %}

{{item}}

{% endfor %} {% endblock %}