farmcontrol-ws/src/templates/assets/rendertemplate.ejs
Tom Butcher 5584e61583 Add Template Manager and associated assets for document rendering
- Implemented TemplateManager class for rendering EJS templates with dynamic content.
- Added base template, preview template, content placeholder, and render template EJS files.
- Introduced CSS styles for document layout and presentation.
- Integrated dayjs for date formatting and posthtml for custom element transformation.
2025-08-18 01:05:57 +01:00

2 lines
49 B
Plaintext

<div class="renderDocument"><%- content %></div>