-
# Análisis
Necesitamos organizar la estructura de carpetas según MVC. También generar **partials** para las vistas y añadir un menú de navegación
### EJS y menú de navegación
Siguiendo estructuras …
-
### What would you like to be added?
The design of mongo.ejs have been updated. This standard design will be used for all other ejs also. update accrdingly.
### Why is this needed?
To provided a st…
-
@andrewpbray and I discussed having various schedule ejs templates in this repo. I think each one might have an (optional) corresponding style file.
How do we want to organize this - just vary the …
-
When I set "EJS_core = 'arcade';" and where is shown a error on screen.
![image](https://github.com/user-attachments/assets/1371e151-7bcd-4563-b17d-07cc61d7e4fe)
```javascript
window.EJS_core = '…
-
An error occurs while rendering the EJS templates, leading to a blank page or a server error.
**Steps to Reproduce:**
- Trigger an action that requires rendering an EJS template.
**Exp…
-
We have a template which is exactly the same between two different types of meetings, except for the meeting link.
I want to be able to add in a string to be available to my EJS template at render …
-
Use data files or another solution, but nuke it.
-
hi,
is it possible to show which file and which line number is causing the ejs error? for example:
SyntaxError: Unexpected token 'for' while compiling ejs
it is quite confusing and difficult …
u007 updated
2 months ago
-
```
Error: failed to render template: Uncaught TypeError: ejs:13
11|
12| ///
>> 13| line.trim() !== "").forEach(line => { %>
14| ///
15|
16| ///
cannot read prope…
-
import { Injectable, InternalServerErrorException } from '@nestjs/common';
import Mailjet from 'node-mailjet';
import ejs from 'ejs';
import { welcomeMailTemplate } from '../templates/welcome';
…