@page "/" Home

Welcome to BugMine!

BugMine is a bug/TODO tracker, built ontop of the [Matrix] protocol.

@if (_debug) {

Beware! This is a DEBUG build, here be dragons!

} @code { #if DEBUG bool _debug = true; #else bool _debug = false; #endif }