mirror of
https://github.com/abort-retry-ignore/joplock.git
synced 2026-05-23 12:58:44 +00:00
Some checks are pending
Build and push Joplock image / build-and-push (push) Waiting to run
7 lines
263 B
JavaScript
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');
|