when i installing herbert example plugin it give me the following error
Twig_Error_Syntax
Unknown "panel_url" function.
here is the view content
Api Posts
Allowed IPs
{% for item in addresses %}
- {{ item.address }} Delete
{% else %}
Looks like you have no addresses added.
{% endfor %}
but when i call it from controller it work but not in twig view