Draft: Resolve "Add Templating engine"
Goals
This PR adds support for templates in questions.
Non-goals
this should not create some double structure for questions
Implementation
templates are either provided by the yaml library or using jinja2
Closes #68