Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 437 Bytes

File metadata and controls

20 lines (19 loc) · 437 Bytes
layout default
title /
description Clipped Compound Root
command ./display_menu
class root

Hello

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 %}