2020-12-21 13:38:50 +00:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<span class="links-header">Links</span><br />
|
|
|
|
<div class="links">
|
|
|
|
<div class="backlinks">
|
|
|
|
<span class="backlinks-header">← back</span><br />
|
2020-12-22 13:52:11 +00:00
|
|
|
{% for link in backlinks %}
|
|
|
|
<a href="/node/{{link}}">{{link}}</a><br />
|
2020-12-21 13:38:50 +00:00
|
|
|
{% endfor %}
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
|
2020-12-27 19:08:01 +00:00
|
|
|
<!--
|
2020-12-21 13:38:50 +00:00
|
|
|
<div class="pushlinks">
|
2020-12-22 00:08:47 +00:00
|
|
|
<span class="pushlinks-header">push</span><br />
|
|
|
|
{% for link in pushlinks %}
|
|
|
|
<a href="/node/{{link}}">{{link}}</a><br />
|
2020-12-21 13:38:50 +00:00
|
|
|
{% endfor %}
|
|
|
|
<br />
|
2020-12-27 19:08:01 +00:00
|
|
|
-->
|
|
|
|
|
2020-12-21 13:38:50 +00:00
|
|
|
<div class="pulllinks">
|
2020-12-27 19:08:01 +00:00
|
|
|
<span class="pulllinks-header">pulled</span><br />
|
|
|
|
{% for node in pull_nodes %}
|
|
|
|
<a href="/node/{{node.uri}}">{{node.uri}}</a><br />
|
2020-12-21 13:38:50 +00:00
|
|
|
{% endfor %}
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="forwardlinks">
|
|
|
|
<span class="forwardlinks-header">→ forward</span><br />
|
2020-12-22 00:08:47 +00:00
|
|
|
{% for link in forwardlinks %}
|
|
|
|
<a href="/node/{{link}}">{{link}}</a><br />
|
2020-12-21 13:38:50 +00:00
|
|
|
{% endfor %}
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
</div>
|