Storycraft
        {% if games %}
        {% for game in games %}
          {% include 'storycraft/tmpl_game_summary.html' %}
        {% endfor %}
        {% else %}
          
      No storycraft games. :(
{% endif %}{% autoescape on %}
No storycraft games. :(
{% endif %}