# fluent-boards/2.0.4/app/Views/frontend/public_board.php

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

- Page: https://pluginprobe.com/plugins/fluent-boards/2.0.4/code/app/Views/frontend/public_board.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/2.0.4/raw/app/Views/frontend/public_board.php
- Modified: 2026-05-21T15:03:40+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.0.4/code/app/Views/frontend/public_board.php#L10-L20`.

```php
<?php if (!defined('ABSPATH')) exit; // if accessed directly exit ?>
<div class="fluent_boards_frontend">
    <div id="fluent-boards-app" class="fluent_board_single_board_app_wrapper" data-board-id="<?php echo esc_attr((int)$board_id); ?>">
        <div id="fluent-framework-app" class="fs_route_wrapper"></div>
    </div>
</div>


```
