-
I am trying to move out the 'template-upload' and 'template-download' script to a separate .js file. They seem to be Jquery templates. How can you move them to a different file and then use them in th…
-
Have a separate folder within "static" for raw html and html templates. The raw html templates can be cached to memory, but the templates are a bit different and will have to be handled accordingly.
-
Currently, the default page template has a `container` class that adds 24px of the bottom margin. This causes an empty white bar to appear between the page content and the footer.
![image](https://…
-
The component should be responsible for rendering the Nest navbar:
The currently used code is located here https://github.com/OWASP/Nest/blob/31be56ef5d0bf727a70e751d7a0c6b1dfb51d2ea/backend/te…
-
[As in EVM](https://solidity-by-example.org/fallback/), we want to allow a template to optionally implement a `fallback()` method. If a template _without_ a fallback method receives an inbound tx or a…
-
**Describe the bug**
Since the latest update ACF Extended: 0.9.0.8 the dynamic preview only renders the first flexible layout. It must have someting todo with the actual changes made to the loop (acc…
-
Each template currently has heavy copy/paste between templates. Leveraging jinja to extend would be cleaner.
Here is how [mkdocs](https://github.com/mkdocs/mkdocs/tree/master/mkdocs/themes) does it.
-
I am having trouble with autoPaging: "text" messing up my formatting. Ideally I would like an autoPaging setting that is able to prevent whole divs from being split between pages, rather than just the…
-
- Program: dnsdist
- Issue type: Feature request
### Short description
Add an action similar to `SpoofAction` in the request process to the response process, allowing the actual c…
-
For example following code
```
{% if something < other %}
Do something
{% endif %}
```
becomes
```
{% if something < other %} Do something
{% endif %}
```
after formatting.
I suspe…