Packages

A spaced-repetition system based on Anki built in Phoenix LiveView which uses Markdown for flashcard content

Current section

Files

Jump to
memorex lib memorex_web templates layout app.html.heex
Raw

lib/memorex_web/templates/layout/app.html.heex

<main>
<p role="alert"><%= get_flash(@conn, :info) %></p>
<p role="alert"><%= get_flash(@conn, :error) %></p>
<%= @inner_content %>
</main>