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