arc-auth-session 0.7.4

Optional browser session authentication plugin for Arc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>{% block title %}Arc{% endblock title %}</title>
  <link rel="stylesheet" href="/public/styles.css">
</head>
<body>
  <main class="focused-shell">
    <a class="brand" href="/"><span class="brand__mark">A</span><span>Arc</span></a>
    <section class="focused-panel">{% block content %}{% endblock content %}</section>
    <p class="build-mark">ARC / INSTRUMENT PANEL</p>
  </main>
</body>
</html>