{{ this.eyebrow }}

{{ this.summary }}

{{ this.body }}
Recent Activity Sorted by date
{% set entries = [] %} {% for section_id in ['articles', 'blog'] %} {% for item in site.get('/' ~ section_id).children %} {% if entries.append(item) %}{% endif %} {% endfor %} {% endfor %} {% for project in site.query('/projects').filter(F._model == 'project') %} {% set devlog = site.get(project.path ~ '/devlog') %} {% if devlog %} {% for entry in devlog.children %} {% if entries.append(entry) %}{% endif %} {% endfor %} {% endif %} {% endfor %} {% for item in entries|sort(attribute='date', reverse=true) %} {% endfor %}