{% extends "default.html" %} {# Title (~25char max), Description (~80char max), Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #} {%- set GAME_INDEX = [ ( 'Slots', 'Today\'s your lucky day', 'fa-dollar-sign', '#666', '/casino/slots', ), ( 'Blackjack', 'Twenty one ways to change your life', 'fa-cards', '#333', '/casino/blackjack', ), ( 'Lottershe', 'Can\'t win if you don\'t play.', 'fa-ticket', '#888', '/lottershe', ) ]-%} {% block content %}

Casino

{% for game in GAME_INDEX %} {% endfor %}
{% endblock %}