title = "about" url = "/about" layout = "defualt" is_hidden = 0 == first(); $this['posts'] = $category->posts; //$posts = RainLab\Blog\Models\Posts::orderBy('published', 'DESC')->get(); } ?> == {% partial 'pageHeading' %}
{%for post in posts |sort %}
{%if loop.index % 2 == 0%}
{%endif%}

{{post.title}}

{{post.content_html|raw}}
{%if loop.index % 2 == 1%}
{%endif%}
{%endfor%}
{% partial 'services' %} {% partial 'team' %}