Rename Node's body field to "text"
This commit is contained in:
parent
c6fccd2d7b
commit
32ea0f93c3
5 changed files with 23 additions and 22 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<section>
|
||||
<h1>{{ title }}</h1>
|
||||
<code style="display: inline;">ID: {{ id }}</code>
|
||||
{% for line in body | split(pat="\n") %}
|
||||
{% for line in text | split(pat="\n") %}
|
||||
{% if line %} <p>{{ line }}</p> {% endif %}
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue