{% extends 'wildewidgets/block.html' %} {% block block_content %} {% for item in items %}
  • {{item}}
  • {% endfor %} {% endblock %}