{% include 'public/partials/header.html' %}
NexusBoard Community

Community Forum

Connect, share ideas, and build something remarkable together.

Upcoming EventsFrom the community calendar
{% foreach $events as $event %}
{{ $event['title'] }}{{ $event['event_time'] }} · {{ $event['location'] }}
{% endforeach %}View calendar ›
{% if !$categories %}
{% endif %}{% foreach $categories as $category %}
Community

{{ $category['name'] }}

{{ count($category['forums']) }} forums
{% foreach $category['forums'] as $forum %}{% endforeach %}
{% endforeach %}
{% include 'public/partials/footer.html' %}