Add cell template

This commit is contained in:
liam.young@canonical.com 2014-04-26 04:58:46 +00:00
parent 401ac5dd14
commit 8aad87bcf8
1 changed files with 6 additions and 0 deletions

6
templates/parts/cell Normal file
View File

@ -0,0 +1,6 @@
{% if cell_type -%}
[cells]
enable=True
name={{ cell_name }}
cell_type={{ cell_type }}
{% endif -%}