1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Blog/templates/post/index.html.twig
2021-01-14 13:24:19 +01:00

7 lines
139 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Hello PostController!{% endblock %}
{% block body %}
{{ dump(post) }}
{% endblock %}