mediacms/frontend/packages/scripts/templates/index.ejs

6 wiersze
180 B
Plaintext
Executable File

<%- include ./partials/variables %>
<!DOCTYPE html>
<html lang="<%= htmlWebpackPlugin.options.lang %>">
<%- include ./partials/head %>
<%- include ./partials/body %>
</html>