Newer
Older
gqldoc / temp / index.ejs
yo-saito on 26 Dec 2018 143 bytes 新規作成
<!doctype html>
<html>
  <head>
    <title><%= title %></title>
  </head>
  <body>
    <h1><%= title %></h1>
    <%- main %>
  </body>
</html>