Coggle requires JavaScript to display documents.
app.js
import overview from "./data/overview.json" with { type: "json" }; ... app.get("/", (req, res) => { res.render("overview", { overview }); });
overview.ejs
<h2><%- overview[0].title %></h2>
overview.js
[ { "title": "What is a colour consultation?", ...
<%=
<%-