doughnut-wedding/app/views/index.html.twig

8 lines
169 B
Twig
Raw Normal View History

2017-02-10 21:34:31 -08:00
{% extends 'base.html.twig' %}
{% block body %}
{{ 'Hello World!' }}
{% for key, request in app.request_stack %}
{{ dump(key) }}
{% endfor %}
{% endblock %}