{{- /* Mermaid bootstrap script generator. Returns inline module JS source used by store/script.html. Config is read from window.config.mermaid at runtime. @param {String} .MermaidModuleURL - Mermaid module URL */ -}} {{- printf `/** Mermaid bootstrap script generator. */ import { bootstrapMermaid } from %s void bootstrapMermaid() ` (.MermaidModuleURL | jsonify) -}}