description = "News Inside Page" [blogPost article] slug = "{{ :slug }}" categoryPage = 404 [nextAndPrev] category = "noFilter" postPage = 404 [blogRelated] slug = "{{ :slug }}" results = 3 orderBy = 0 direction = "desc" postPage = "article" == addCss(CombineAssets::combine($css, base_path('themes/linus'))); //$this->addJs(CombineAssets::combine($scripts, base_path('themes/linus'))); } ?> == {% partial 'site/head' %} {% partial 'site/header' %}
{% set article = article.post %}

{{article.title}}

Published on {{article.published_at|date('F d, Y')}}

{{article.content_html|raw}}
{% set prev = nextAndPrev.prevPost %} {% set next = nextAndPrev.nextPost %} {% if prev %}
PREVIOUS
{% endif %} {% if next %}
NEXT
{% endif %}

Other News you might find interesting


{% for latest in blogRelated.posts %} {% endfor %}
{% partial 'site/footer' %}