"gt" helper function
Declared in <mrdocs/Handlebars/Helpers/Logical.hpp>
<mrdocs/Handlebars/Helpers/Logical.hpp>
bool gt_fn(dom::Array const& args);
The "gt" helper returns true if the first argument compares greater than the second, via dom::Value's operator<=>.
dom::Value
operator<=>
True if the first value is greater than the second.