Switch to ejs 3 compliant imports

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-02-09 20:27:29 +01:00
parent fcc4efb8db
commit b468fb623b
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
11 changed files with 45 additions and 45 deletions

View file

@ -2,12 +2,12 @@
<html lang="en">
<head>
<%- include hedgedoc/head %>
<%- include('hedgedoc/head') %>
<link rel="stylesheet" href="<%- serverURL %>/css/center.css">
</head>
<body>
<%- include hedgedoc/header %>
<%- include('hedgedoc/header') %>
<div class="container-fluid text-center">
<div class="vertical-center-row">
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>