doc/templates.md in power_stencil-0.4.7 vs doc/templates.md in power_stencil-0.4.8
- old
+ new
@@ -17,9 +17,11 @@
<!-- /TOC -->
[:back:][Documentation root]
# Templates overview
+**:warning: You should have already read the documentation about [entities], before reading this.**
+
Template is a key feature of `PowerStencil` (hence the name). In templates you define how you will use the [entities] you carefully crafted in order to produce something during a [build][builds] process.
The default templating engine being [ERB], your templates should be written using the [ERB] syntax, like most templates are written in the [Ruby On Rails] framework. This is basically some [Ruby] inside some ERB tags.
Templates are always associated to some [buildable entities][buildable].
\ No newline at end of file