-
Hi developer team, can you allow users to specify their own HTML templates in visualization in future releases?
-
1. be able to use HTML templates for email messages
2. Change SendMail from servlet to Util class and REST
-
For prod builds it might be worthwhile to inline the templates. gulp has [gulp-inline-ng2-template](https://www.npmjs.com/package/gulp-inline-ng2-template) for instance. I'm not sure if it is possible…
-
We need to improve the rapid prototyping process. Instead of duplicating code in index.html we need to provide a templating system. That way users can add their compontent templates and replicate th…
heyMP updated
9 years ago
-
The files in the PR in #11024 is a technical way of implementing this in the templates today (we could consider adding some built-ins for this if needed). Those file don't demonstrate "how useful" thi…
-
Proposal to add translation support for non-docs pages
While Django’s documentation is translated into several languages, the main entry-point to the framework — the djangoproject.com website its…
-
The issue:
The latest update to the workflow file:
https://github.com/googlefonts/googlefonts-project-template/blame/ca4b21bee0745406b28c1a647d02802634e03a1a/.github/workflows/build.yaml#L91
has har…
-
I have a html template in which I will render data on the runtime and want to generate a pdf out of it. Is there any way I can do that using go fpdf.
this is my code
```
func usingGoFPDF() {
n…
-
It would be cool to be able to generate default HTML templates for the API endpoints using node-restful. I.e. given a model declaration, generate the form view, detail view, etc
I also need to write …
-
**Describe the bug**
Sortable changes HTML comments in the DOM and therefore reference points for some template systems.
Some HTML template systems use HTML comments to render dynamic content.
Se…