rotonda 0.5.2-alpha.0

composable, programmable BGP engine
Documentation
1
2
3
4
5
6
7
8
9
10
@(title: &str, item)

<div class="tooltip">@#item
    <span class="tooltiptext">
        @if !title.is_empty(){
            <b>@title</b><br/>
        }
        @child_content
    </span>
</div>