﻿<%- include('../../partials/adminTopbar', {
  pageTitle: 'Edit Footer',
  pageSubtitle: 'Site footer (footerHome)',
  topbarActions: `<a href="/admin/menu" class="btn-ghost text-xs">Menu</a><a href="/" target="_blank" rel="noopener noreferrer" class="btn-ghost text-xs">View site</a>`
}) %>

<main class="admin-main flex-1 overflow-y-auto overflow-x-hidden">
  <% if (typeof flash !== 'undefined' && flash) { %>
  <div class="admin-flash admin-flash-<%= flashType === 'error' ? 'error' : 'success' %> mb-4"><%= flash %></div>
  <% } %>

  <%- include('../site/_form', { layoutFile: layoutFile, content: content }) %>
</main>
