tijl.dev-core/web/views/apps/inflation/index.html
tijl c944e84771
All checks were successful
build / build (push) Successful in 9m36s
release-tag / release-image (push) Successful in 15m53s
inflation calculator implementation
2024-09-08 01:01:29 +02:00

12 lines
293 B
HTML

<div class="text-white">
{{.RenderedElement}}
</div>
<script type="module" defer src="https://cdn.jsdelivr.net/npm/echarts@5.5.1/dist/echarts.min.js"></script>
<script>
window.onload = function () {
const script = `{{.RenderedScript}}`;
eval(script);
};
</script>