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