{% extends "base.html" %} {% block title %}Wiki{% endblock %} {% block content %}

Wiki

{%- if section.content %} {{ section.content | safe }} {%- endif %} {#- Featured entries — hand-curated in data/featured.toml. Capped at 10. -#} {%- set featured = load_data(path="data/featured.toml", required=false) -%} {%- if featured and featured.entries and featured.entries | length > 0 %}

Featured entries

{%- endif %} {%- if section.subsections | length > 0 %}

Categories

{%- endif %}

Browse by tag →

{% endblock %}