checkpoint: create/delete working now / existing tests passing / need moar tests
[tech-radar-editor.git] / web / templates / layout / radar.html.eex
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Pwan.co Radar 02017</title>
6 <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
7 <script src="<%= static_path(@conn, "/js/app.js") %>"></script>
8 <link href="<%= static_path(@conn, "/css/app.css") %>" rel="stylesheet" type="text/css" />
9 </head>
10
11 <%= render @view_module, @view_template, assigns %>
12
13 </html>