LABYRICORN // SIGNAL ROUTER REG. NO. 004 — EST. LOCAL

{{ this.eyebrow }}

{{ this.summary|replace(' Signals', '
Signals')|safe }}

{{ this.body }}

network active / routes resolving

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 %} {% set latest_devlog_entry = devlog.children.order_by('-date', '-source_commit_time').first() %} {% if latest_devlog_entry and entries.append(latest_devlog_entry) %}{% endif %} {% endif %} {% endfor %} {% for item in entries|sort(attribute='date', reverse=true) %} {% endfor %}