mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-06-05 17:28:26 +02: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 %}
|
|
|