← back
Felix's Blatt Server v2026.04 — BIOS Setup
Build {{ published_date | replace("-", "") }}
Memory Test:
640 KB Base Memory OK
65536 KB Extended Memory OK
────────────────────────────────────────────────────────────────────────────────
[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.
────────────────────────────────────────────────────────────────────────────────
{{ title }}
{{ published_date }}
AUTHOR: {{ config.site.author }} DATE: {{ published_date }} READ: {{ reading_time }} {% if updated_date %}UPDATED: {{ updated_date }}{% endif %}
{% if taxonomy.tags %}
TAGS: {% for tag in taxonomy.tags %}[{{ tag }}]{% if not loop.last %} {% endif %}{% endfor %}
{% endif %}
{{ content | safe }}