You've already forked symfony-playground
sub
This commit is contained in:
@ -32,4 +32,6 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<p><a href="{{ path('notification_dm', {'offer_id': 112}) }}">dm notification</a></p>
|
||||
{% endblock %}
|
||||
|
7
templates/index/notificationDm.html.twig
Normal file
7
templates/index/notificationDm.html.twig
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}notif dm!{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<p>check profiler output</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user