Packages

An open source two way communication platform for the social sector

Current section

Files

Jump to
glific lib glific_web templates layout app.html.eex
Raw

lib/glific_web/templates/layout/app.html.eex

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