mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-02-15 09:59:37 +01:00
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
|
<%- include ./partials/variables %>
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="<%= htmlWebpackPlugin.options.lang %>">
|
||
|
<%- include ./partials/head %>
|
||
|
<%- include ./partials/body %>
|
||
|
</html>
|