{{ page.title }} {% if page.description %} {{ page.description }} {% endif %} {% if page.difficulty %} Difficulty: {{ page.difficulty }} {% endif %} {% if page.duration %} Estimated Duration: {{ page.duration }} {% endif %} {% if page.prerequisites %} Prerequisites: {{ page.prerequisites }} {% endif %} {% if page.tags %} Tags: {% for tag in page.tags %} {{ tag }} {% endfor %} {% endif %} {{ content }}