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

8 lines
139 B
Twig
Raw Normal View History

2021-01-14 11:14:37 +01:00
{% extends 'base.html.twig' %}
{% block title %}Hello PostController!{% endblock %}
{% block body %}
2021-01-14 13:24:19 +01:00
{{ dump(post) }}
2021-01-14 11:14:37 +01:00
{% endblock %}