Index: src/views/partials/topnav.ejs
===================================================================
--- src/views/partials/topnav.ejs	(revision 851239c078882db0b2674ad482985177b169bb8e)
+++ src/views/partials/topnav.ejs	(revision 6e9a95b33a79adc4ca342317cdbe008c83e8c53f)
@@ -64,4 +64,14 @@
           <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 8v13H3V8"/><rect x="1" y="3" width="22" height="5" rx="1"/><line x1="10" y1="12" x2="14" y2="12"/></svg>
           <span class="nav-label">Archief</span>
+        </a>
+      <% } %>
+
+      <% if (typeof tenancy !== 'undefined' && tenancy === 'circle') { %>
+        <a class="nav-link" href="<%= _siteUrlBase %>/cirkel"
+           hx-get="<%= _siteUrlBase %>/cirkel?partial=1" hx-target="#pcms-main"
+           hx-swap="innerHTML" hx-push-url="<%= _siteUrlBase %>/cirkel"
+           hx-indicator="#pcms-loading">
+          <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="8" cy="9" r="3.2"/><circle cx="16.5" cy="15" r="3.2"/><path d="M10.6 10.9l3.3 2.4"/></svg>
+          <span class="nav-label">Cirkel</span>
         </a>
       <% } %>
