|
blog.edit_article_url |
|
blog.edit_article_url is a string variable containing an URL that, if accessed, takes the reader to the Edit Article page for the currently viewed article.
Example
In the example below, the text Click here to edit this article is linked to the Edit Article page for the article:
<a href="{{blog.edit_article_url}}">Click here to edit this article.</a>