Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 908 Bytes

File metadata and controls

34 lines (25 loc) · 908 Bytes

{% set title = "Authoring Contents" %} {{ title }}

title: "User Guide: {{ title }}" layout: userGuide.md

{{ title }}

{% set pages = [ ['Adding Pages', 'addingPages'], ['MarkBind Syntax Overview', 'markBindSyntaxOverview'], ['Formatting Contents', 'formattingContents'], ['Using Components', 'usingComponents'], ['Using HTML, JavaScript, CSS', 'usingHtmlJavaScriptCss'], ['Tweaking the Page Structure', 'tweakingThePageStructure'], ['Reusing Contents', 'reusingContents'] ] %}

{% for page in pages %} ++{{ page[0] }}++

More info in:

{% endfor %}

{% from "njk/common.njk" import previous_next %} {{ previous_next('gettingStarted', 'addingPages') }}