{% include 'header.html' %} {% if error %}
{{ error }}
{% endif %}
Dashboard > {{ blog.title }}

{% if g.mode == "multi" %} blog: {{ blog.name }} {% else %} {{ _('edit') }} blog {% endif %}

{{ _('title') }}:
URL: {% if g.mode == "multi" %} {% if blog.access == "path" %}https://{{ g.main_domain }}/b/{{ blog.name }} {% else %}https://{{ blog.name }}.{{ g.main_domain }}/{% endif %} {% else %} {{ g.main_domain }}
{% endif %}

{{ _('select_theme') }}: {{ _('see_themes') }}
{{ _('preview') }}
{{ _('description') }} (markdown):
{{ _('custom_css') }}: {{ _('css_unsafe_info') }}
{% if g.upload_enabled %} 📎 {{ _('upload_image') }} {% endif %}
{{ _('posts') }}: {% for post in posts %} {% endfor %}
{{ _('date') }}{{ _('title') }}{{ _('views') }}{{ _('actions') }}
{{ post.date }}{{ post.title }}{{ post.views }}{{ _('edit') }}{{ _('delete') }}
{{ _('new_post') }} {{ _('delete_blog') }}
{% include 'footer.html' %}