%% match self.0 {
%% Info::Link { text, url } => {
{{ text }}
%% }
%% Info::List(items) => {
%% for item in items {
-
{{ Trusted(InfoHtml(item)) }}
%% }
%% }
%% Info::Map(entries) => {
%% for (key, value) in entries {
- {{ key }}
-
{{ Trusted(InfoHtml(value)) }}
%% }
%% }
%% Info::Value(value) => {
{{ value }}
%% }
%% }