#import "@local/notes:0.0.1": *
#show: notes-template
```dot-render
digraph mygraph {
rankdir="LR";
b -> a;
a -> c;
c -> b;
}
```