| layout | default |
|---|---|
| title | / |
| description | Clipped Compound Root |
| command | ./display_menu |
| class | root |
Welcome to CarsonOS, please choose from the following menu options:
-
{% for page in site.pages %}
{% if page.title and page.description and page.title != '/' %}
- {{page.title }}
- {{ page.description }} {% endif %} {% endfor %}