/ Published in: Smarty
Expand |
Embed | Plain Text
<!-- generate relative url --> <a href="{{ path('blog_show', { 'slug': 'my-blog-post' }) }}"> Read this blog post. </a> <!-- generate absolute url --> <a href="{{ url('blog_show', { 'slug': 'my-blog-post' }) }}"> Read this blog post. </a>
You need to login to post a comment.
