{% extends "layout.html" %} {% block page %} {% set objs = site.query('/developer').include_undiscoverable(true).all() %}
{% for obj in objs %} {% set image = obj.attachments.images.first() %}

{{ obj.title }}

{{ obj.body }}
{% endfor %}
{% endblock %}