|
blog.new_article_url |
|
blog.new_article_url is a string variable containing an URL, which if accessed, takes the reader to the Post Article page where they can enter a new article.
Example
In the example below, the text Click here to post a new article is linked to the Post Article page:
<a href="{{blog.new_article_url}}">Click here to post a new article.</a>