{{ page.meta.heading }}
+ {{ page.meta.description }} + + {% if page.meta.what_you_will_learn or page.meta.prerequisites or page.meta.source_code %} +What You Will Learn
+-
+ {% for item in page.meta.what_you_will_learn %}
+ {% set item = item.replace('{{ config.extra.base_path }}', config.extra.base_path) %}
+
- {{ item | safe }} + {% endfor %} +
Prerequisites
+ Before you start, ensure you have the following: +-
+ {% for item in page.meta.prerequisites %}
+ {% set item = item.replace('{{ config.extra.base_path }}', config.extra.base_path) %}
+
- {{ item | safe }} + {% endfor %} +
+ {% endif %} + {% if page.meta.source_code %} +
Example Source Code
+ {{ page.meta.source_code | safe }} + {% endif %} +What's Next?
+-
+ {% for item in page.meta.whats_next %}
+ {% set item = item.replace('{{ config.extra.base_path }}', config.extra.base_path) %}
+
- {{ item | safe }} + {% endfor %} +