Open
Description
As a developer
I want to be able to apply the modelling to a simple template
so I can start the development while the designer work on the template.
The developer needs a basic and usable html/css skeleton to be able to implement the model rendering using lektor.
Acceptance Criteria
GIVEN the template in html
WHEN the developer modify it using lektor call
THEN data are rendered in a clean design easy to debug
Notes
Include bootstrap 👍
Definition of Done
- The template is focus on the rendering of the data instead of style the data.
- All the data in the model are rendered.
References
Lektor website.