# fluent-boards/2.1.0/app/Views/admin/single_board_shortcode.php

FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration, version 2.1.0. 11 lines.

- Page: https://pluginprobe.com/plugins/fluent-boards/2.1.0/code/app/Views/admin/single_board_shortcode.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/2.1.0/raw/app/Views/admin/single_board_shortcode.php
- Modified: 2025-05-21T10:11:04+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/fluent-boards/2.1.0/code/app/Views/admin/single_board_shortcode.php#L10-L20`.

```php
<?php if (!defined('ABSPATH')) exit; // if accessed directly exit ?>
    <div id="<?php echo esc_attr(sanitize_text_field($slug)); ?>-app"
         class="warp fconnector_app">
        <div class="fframe_app">
            <div class="fframe_body">
                <div id="fluent-framework-app" class="fs_route_wrapper"></div>
            </div>
        </div>
    </div>
<?php

```
