Packages
A simple Phoenix/Liveview client for [Altex](https://github.com/iboard/altex). Use it as a scaffold.
Current section
Files
Jump to
Current section
Files
lib/web_client_web/templates/layout/root.html.heex
<!DOCTYPE html>
<html lang="en">
<.html_head conn={ @conn } />
<body>
<.header conn={ @conn } />
<%= @inner_content %>
<.footer conn={ @conn } />
</body>
</html>