Azu::Helpers::Builtin::AssetHelpers
Asset helpers for including CSS, JavaScript, images, and other assets.
Example
<head>
{{ stylesheet_tag("app.css") }}
{{ favicon_tag("favicon.ico") }}
</head>
<body>
{{ image_tag("logo.png", alt="Logo") }}
{{ javascript_tag("app.js", defer=true) }}
</body>
Class methods
register
Source