{% extends 'base.html' %} {% block title %}Screen Capture{% endblock title %} {% block content %}

Screen Capture

{% for i in items %} {% endfor %}
# Screen Shot Notes
{{loop.index}} {{i[1]}}
{% endblock content %}