- 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.
2 lines
49 B
Plaintext
2 lines
49 B
Plaintext
<div class="renderDocument"><%- content %></div>
|