{% extends "base.html" %} {% block content %} {% for snipt in snipts %} {{ snipt.data.title }} {% endfor %} {% endblock %}