[0.000000]
KERNEL:
Initializing Blatt content server
[0.001234]
MARKDOWN:
Parser loaded, CommonMark extensions enabled [OK]
[0.002841]
KATEX:
Math renderer initialized [OK]
[0.004100]
TEMPLATE:
Loading bootscreen.html [OK]
[0.005500]
NUNJUCKS:
Template engine ready [OK]
[0.007200]
CONTENT:
Loading post: {{ title }}
[0.008100]
META:
author={{ config.site.author }} date={{ published_date }} read={{ reading_time }}
{% if taxonomy.tags %}
[0.008500]
TAGS:
{% for tag in taxonomy.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
[0.009800]
RENDER:
Content rendered to HTML [OK]
[0.010200]
SYSTEM:
Boot complete. Serving content.
TAGS: {% for tag in taxonomy.tags %}[{{ tag }}]{% if not loop.last %} {% endif %}{% endfor %}