File tree Expand file tree Collapse file tree 4 files changed +13
-18
lines changed
themes/vocabulary_theme/templates Expand file tree Collapse file tree 4 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 1- _ model: Home
1+ _ model: home
22---
33_ template: home.html
44---
5- body:
6-
5+ block_content:
76#### hero ####
8-
9- title: Creative Commons
10- ---
7+ title: Creative Commons Title
8+ ----
119content:
12-
13- Creative Commons
10+ Creative Commons content
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ label = {{ this.title }}
66label = Title
77type = string
88
9- [fields.body ]
10- label = Body
9+ [fields.block_content ]
10+ label = Block Content
1111type = flow
12- flow_blocks = hero, get-involved
12+ flow_blocks = hero
Original file line number Diff line number Diff line change 11{% block title %}{{ this.title }}{% endblock %}
2- < div >
3- {{ this.content }}
4- </ div >
2+ < div >
3+ {{ this.content }}
4+ </ div >
Original file line number Diff line number Diff line change 22{% block title %}{{ this.title }}{% endblock %}
33
44{% block body %}
5-
6- {% for block in this.body.blocks %}
5+ {% for block in this.block_content.blocks %}
76 {{ block }}
87 {% endfor %}
9-
10- {% endblock %}
8+ {% endblock %}
You can’t perform that action at this time.
0 commit comments