mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-01 12:50:10 +01:00
13 lines
214 B
Cheetah
13 lines
214 B
Cheetah
{% for chapter in documentation.chapters %}
|
|
{% if chapter.title == extra.title %}
|
|
---
|
|
title: "{{chapter.title}}"
|
|
draft: false
|
|
weight: {{loop.index}}
|
|
---
|
|
|
|
{{chapter.text|ei_escape_names}}
|
|
|
|
{% endif %}
|
|
{% endfor %}
|
|
|