Version 1.0
Returns the value of the id field of the article.
{{ response.article.id }}
55
Version 1.0
Returns the value of the title field of the article.
{% for item in response.articles %}
<span class="h2" >{{item.title|raw}}</span>
{% endfor %}
{{ response.article.title }}
Example Title
Version 1.0
Returns the value of the content field of the article.
{% for item in response.articles %}
<p>{{item.content|raw}}</p>
{% endfor %}
{{ response.article.content }}
Version 1.0
Returns all of the line image in the article.
Version 1.0
Returns the value of the author field of the article.
{{ response.article.author }}
Serafim Costa
Version 1.1
Returns all of the line banner in the article.
Version
Returns the value of the category field of the article.
Version
Returns the value of the date field of the article.
Version
Returns the value of the year field of the article.
Version
Returns the value of the month field of the article.
Version
Returns the value of the day field of the article.
Version
Returns the value of the subtitle field of the article.
Version
Returns the value of the featured field of the article.
Version
Returns the value of the author_link field of the article.
Version
Returns the value of the source field of the article.
Version
Returns the value of the source_link field of the article.
Version
Returns the value of the comment field of the article.