rogeralsing / FrontPrompt

MIT License
0 stars 0 forks source link

Page Templates #3

Open rogeralsing opened 6 years ago

rogeralsing commented 6 years ago

Page templates needs to:

1 Be able to generate a page 2 Generate sub components, related elements to the main artifact it generates

e.g. profile.??? template might end up generating:

person-profile.js person-profile-avatar.js person-profile-eventlist.js

Template format? Handlebars?

rogeralsing commented 6 years ago

Page Templates needs to be able to include custom code to override generator specific behavior.