## url = "/about" layout = "default" title = "About Page" meta_title = "{{ aboutpage.title }}" [section aboutpage] handle = "Page\About" [resources] vars[activeNavLink] = 'about' == {% put headerAfter %}

Hello! This is October CMS!

A company proving that making websites is not rocket science.

{% endput %}
{% for block in aboutpage.blocks %} {% partial 'blocks/' ~ str_slug(block.type) block=block %} {% endfor %}