# wpfunnels/3.13.1/admin/partials/templates.php

WPFunnels – Funnel Builder for WooCommerce with Checkout &amp; One Click Upsell, version 3.13.1. 14 lines.

- Page: https://pluginprobe.com/plugins/wpfunnels/3.13.1/code/admin/partials/templates.php
- Raw: https://pluginprobe.com/plugins/wpfunnels/3.13.1/raw/admin/partials/templates.php
- Modified: 2026-09-15T04:31:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpfunnels/3.13.1/code/admin/partials/templates.php#L10-L20`.

```php
<div class="wpfnl wpfnl-templates-page">
    <div class="wpfnl-dashboard">
        <nav class="wpfnl-dashboard__nav">
            <?php use WPFunnels\Wpfnl_functions;
            require_once WPFNL_DIR . '/admin/partials/dashboard-nav.php'; ?>
        </nav>
        
        <div class="dashboard-nav__content">
            <div id="templates-library">

            </div>
        </div>
    </div>
</div>
```
