joplock/app/templates.js
igor b735224377
Some checks are pending
Build and push Joplock image / build-and-push (push) Waiting to run
Refactor route rendering and harden editor session handling
2026-04-27 00:24:23 +12:00

7 lines
263 B
JavaScript

// SSR HTML templates for htmx-driven UI
// 3-column layout: folders | note list | editor (like Joplin desktop)
//
// This file is a thin re-export wrapper. All implementation lives in app/templates/.
'use strict';
module.exports = require('./templates/index');