This repository has been archived by the owner on Mar 12, 2018. It is now read-only.
forked from TZM/tzm-blade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguide.blade
31 lines (31 loc) · 1.74 KB
/
guide.blade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
include "../layout/layout.blade"
script(type="text/javascript" src="js/menu.js")
replace block page
- var items = locals.settings.translation.guide.sections
- console.log(items)
strong
aside#nav-container(role="complementary")
nav#primary-nav.overview(role="nav")
- for(var i in items)
h3.section
span.menu-toggle
span(data-content=""+i data-i18n="guide.sections."+i+".title")=t("guide.sections."+i+".title")
ul
- var content = t("guide.sections."+i+".contents", { returnObjectTrees: true })
- console.log(content)
// - for(var c in content)
// - var section_title = t(content[c].title)
// - console.log(c)
// li.sub-section
// - console.log('sub-section')
// a.nav-link(href="#" data-bind=""+c data-content=""+section_title data-i18n="guide.sections."+i+".contents.title")=t(content[c].title)
// div(role="main")
// article.mainarticle
// #nav-toggle
// .content
// .guide_navigation
// p! The purpose of this guide is to assist and facilitate the creation and development of any kind of Chapter within <em>The Zeitgeist Movement</em>.
// |
// Topics include, but are not limited to:
// organizing a core group; organizing local events and projects;
// setting up communication mediums; how to deal with “noise” in the chapter, etc.