19 lines
448 B
HTML
19 lines
448 B
HTML
<div id="top-menu-bar">
|
|
<div id="top-menu-bar-left">
|
|
<img
|
|
src="https://miro.medium.com/v2/resize:fit:2400/1*mTPfm7CwU31-tLhtLNkyJw.png"
|
|
width="32"
|
|
height="32"
|
|
/>
|
|
<h2>AppFlowy Cloud</h2>
|
|
</div>
|
|
|
|
<div id="top-menu-bar-right">
|
|
<!-- prettier-ignore -->
|
|
{% if is_admin %} <a href="/web/admin/home">Admin</a> {% endif %}
|
|
|
|
<!-- prettier-ignore -->
|
|
{% include "components/logout.html" %}
|
|
</div>
|
|
</div>
|