{% extends "base.njk" %} {%- block title -%} Z. Charles Dziura | Weblog {%- endblock -%} {%- block body -%} {%- include "header.njk" -%}
{%- for post in collections.all -%} {%- if post.data.type == "thought" -%}
An errant thought...
{{ post.content | safe }}
{%- endif -%} {%- endfor -%}
{%- endblock -%}