Files
mojo-app/mojo_app/templates/layouts/default.html.ep
Catalin Constantin Mititiuc 203a53cb32 Add MaterializeCSS styles (#1)
## Changes
* Adds the [AssetPack](https://metacpan.org/pod/Mojolicious::Plugin::AssetPack) Mojolicious plugin
* Adds the [MaterializeCSS](https://www.npmjs.com/package/materialize-css) Node package
* Applies styles to app

Reviewed-on: #1
2026-07-31 03:07:33 +00:00

13 lines
129 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
%= asset "app.css"
</head>
<body>
<%= content %>
</body>
</html>