_template

%%title%%

A book by %%form_data{author}%%, genre %%form_data{genre}%%

Summary:
%%form_data{summary}%%

====
[[form]]
fields:
author:
  label: Autor
  type: text
  width: 60
genre:
  label: Genre
  type: select
  values:
  'novel': novel
  'thriller': thriller
  'detective': detective
  'educational': educational
  'poetry': poetry
  'arts': arts
summary :
  label: Summary
  type: wiki
  width: 60
  height: 6
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License