for example. ``` html+django Permanent URL: <a href="{{ this | url }}">{{ this | url(external=True) }}</a> ``` will be ``` html Permanent URL: <a href="./test-page/">http://someone.github.io/blog/test-page/</a> ```
for example.
will be