Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to format html templates at buildtime and make them static (out of the box) #130

Closed
ia3andy opened this issue Dec 6, 2023 · 3 comments · Fixed by #132
Closed

Allow to format html templates at buildtime and make them static (out of the box) #130

ia3andy opened this issue Dec 6, 2023 · 3 comments · Fixed by #132

Comments

@ia3andy
Copy link
Contributor

ia3andy commented Dec 6, 2023

If a html template (e.g. index.html or page1.html) is in the web directory root, it will be formatted using Qute at build-time (Runtime Qute data and namespaces won't be available), {#bundle } will be available.
It will be generated as a static file for runtime and served at the root-path.

@ia3andy
Copy link
Contributor Author

ia3andy commented Dec 6, 2023

@phillip-kruger
Copy link
Member

We can probably make some other things from build available in the context of the template, like application name and version ?

@ia3andy
Copy link
Contributor Author

ia3andy commented Dec 6, 2023

Yes we need to decide on what could be provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants