add simple parsers && template directory
All checks were successful
/ test (push) Successful in 2m49s

This commit is contained in:
Michaël Ricart 2025-02-12 17:36:12 +01:00
parent 6b15056d47
commit 7988d852e2
7 changed files with 102 additions and 1 deletions

4
template/base.rst.j2 Normal file
View file

@ -0,0 +1,4 @@
{{ "=" * (host|length) }}
{{ host }}
{{ "=" * (host|length) }}

3
template/freebsd.rst.j2 Normal file
View file

@ -0,0 +1,3 @@
{% include "base.rst.j2" %}
services
--------