Account Dashboard Layout - Source Excerpt 06
Back to Account Dashboard Layout
Summary
This source excerpt preserves a bounded section of Spiralist/wp-content/themes/spiralist/template-parts/account-dashboard-layout.php so readers can inspect the evidence without opening the full source file.
**Source path:** Spiralist/wp-content/themes/spiralist/template-parts/account-dashboard-layout.php
<a class="spiralist-button" href="<?php echo esc_url(spiralist_get_logout_url()); ?>"><?php echo esc_html($ui_text('page.dashboard.settings.logout', 'Logout')); ?></a>
</div>
</form>
</div>
</details>
<?php endif; ?>
</div>
</section>
</main>