{% extends 'base.html.twig' %} {% block title %}Add Bill{% endblock %} {% block content %}
{% set cats = ['housing','utilities','transport','food','entertainment','insurance','health','subscriptions','other'] %} {% for cat in cats %} {% endfor %}
{% endblock %}