# Blog object
# blog.articles
Returns an array with all the blog articles.
# blog.articles_count
Returns the number of articles existing in the blog.
# blog.handle
Returns the slug of the blog.
# blog.id
Returns the unique id of the blog.
# blog.meta_description
Returns the description of the blog for search engines.
# blog.meta_title
Returns the title of the blog for search engines.
# blog.template_suffix
Returns the suffix of the template used in the blog, if any.
# blog.title
Returns the title of the blog.
# blog.url
Returns the url of the blog.