Packages

A simple Phoenix/Liveview client for [Altex](https://github.com/iboard/altex). Use it as a scaffold.

Current section

Files

Jump to
ax_webclient lib web_client_web templates layout root.html.heex
Raw

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>