Initial steps for procedural nodes

This commit is contained in:
2015-02-02 17:33:47 +01:00
parent a1c326f2c0
commit cc534ae4ef
6 changed files with 169 additions and 25 deletions

View File

@@ -11,7 +11,7 @@
<p>{{shot['description']}}</p>
<p>
{% if notes %}
{{notes}}
{{notes.value}}
{% else %}
No notes at the moment
{% endif %}