ddcdb8de8b
by the per-user views. Right now it shows all subnodes in mtime order, but eventually it should only show top N.
49 lines
1.9 KiB
HTML
49 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
||
<!--
|
||
Copyright 2020 Google LLC
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>Agora</title>
|
||
<meta name="description" content="See flancia.org/go/agora." />
|
||
<meta name="HandheldFriendly" content="True" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
|
||
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}" id="theme-link" />
|
||
<script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script>
|
||
</head>
|
||
<span align=left>
|
||
<a href="/"><img src="/static/img/agora.png" class="logo" style="vertical-align: top" width="19" height="19"></a> |
|
||
</span>
|
||
<span align=left>
|
||
<a href="/nodes">nodes</a>
|
||
| <a href="/journals">journals</a>
|
||
| <a href="/users">users</a>
|
||
| <a href="/latest">latest</a>
|
||
| <a href="/search">search</a>
|
||
</span>
|
||
<span style="vertical-align: bottom; float:right">
|
||
<a href="#" style="text-decoration: none;" class="theme-toggle">🌙</a>
|
||
| <a href="/node/agora-help" style="text-decoration: none;" class="help-button">ℹ️</a>
|
||
</span>
|
||
<br />
|
||
<hr>
|
||
<div class="content">
|
||
{% block content %}
|
||
{% endblock %}
|
||
</div>
|
||
</html>
|