-
Currently, `options.previewTemplate` expects a string (e.g., `HTMLElement` serialized using `innerHTML`):
https://github.com/NicolasCARPi/dropzone/blob/master/src/options.js#L553C1-L567C43:
```
…
-
I would ask to kindly consider adding an HTML / Jinja2 field type to Print Designer as is with the previous Document Designer. The level of flexibility given by this new tool is great and a step forwa…
-
HTML templating needs to be improved.
- Extension of additional key/value pairs within an already existing element (currently only supported in the info, terms, server block)
- mark custom fields…
-
Say you have two templates:
```html
a
```
```html
b
```
If you use `render()` to return one template on the client and another on the server, you would expect a hydration …
-
I noticed the simple_form component doesn't seem to work when using the liveview-client-html library with a render component.
Here's my template:
```elixir
Chat App
-
### Tools
_No response_
### Summary
Trying to get the site building in a local development environment (WSL/PyCharm), there seem to be a lot of ways to "run" the site, only some of which are …
-
https://github.com/groton-school/knowledgebase/blob/8a5cda9ca2546bdfdbabb24121c224bb396c8ee1/apps/ui/src/DOM/Content/GoogleDocEmbed/TOC.ts#L6
```typescript
import Helper from '../../../Helper';
exp…
-
Go version `go1.12beta2`.
```go
package main
import (
"bytes"
"html/template"
"log"
"strings"
)
func main() {
log.SetFlags(0)
tmpl, err := template.New("").Parse(``)
if err !=…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
This template is used by our footer API
https://github.com/readthedocs/readthedocs.org/blob/main/readthedocs/api/v2/templates/restapi/footer.html
This template doesn't really make sense to be po…