2019-03-02 14:17:55 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
|
|
|
|
<title>
|
2019-11-05 06:02:10 +00:00
|
|
|
<%= Pleroma.Config.get([:instance, :name]) %>
|
2019-03-02 14:17:55 +00:00
|
|
|
</title>
|
2019-10-31 03:20:26 +00:00
|
|
|
<link rel="stylesheet" href="/static/static-fe.css">
|
2019-03-02 14:17:55 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<%= render @view_module, @view_template, assigns %>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|