Packages

Flowy framework project generator. Provides a `mix flowy.new` task to bootstrap a new Elixir application with Flowy dependencies.

Current section

Files

Jump to
flowy_new templates phx_web components layouts root.html.heex
Raw

templates/phx_web/components/layouts/root.html.heex

<.html>
<.head title_suffix="Flowy" />
<.body>
<.preloader />
<.page_wrapper>
<%%= @inner_content %>
</.page_wrapper>
</.body>
</.html>