-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Hello @Joker - With v0.10
release I have integrated the Jade library with aah framework go-aah/aah#171.
I was able to achieve aah views
directory structure with your previous version along with own include
template function. Please you have a look on library located at https://github.com/aah-cb/ve-pug
aah views directory structure:
├── common
│ ├── error_footer.pug
│ ├── error_header.pug
│ ├── footer_scripts.pug
│ └── head_tags.pug
├── errors
│ ├── 404.pug
│ └── 500.pug
├── layouts
│ └── master.pug
└── pages
└── app
└── index.pug
pages
directory would contain subdirectories (including nested directories) for each controller and its namespace. And each action
would have respective template file in the directory.
More about aah views: https://docs.aahframework.org/views.html
Looking forward to your support to make the integration work again, thanks.
Metadata
Metadata
Assignees
Labels
No labels