tag!() { /* proc-macro */ }
Tags the current page.
Pass Sticky to persist the tag between pages.
Sticky
tag!(my_value); // non-sticky tag tag!(my_value, Sticky); // sticky tag tag!(my_value, Once); // apply only once