{{py: from html import escape import textwrap wrapper = textwrap.TextWrapper(replace_whitespace=False, width=90, break_long_words=False) menu_title = "Capabilities" jscript_openlayers = None jscript_functions = None }}
{{for line in capabilities}} {{escape(wrapper.fill(line.decode('utf8')))}} {{endfor}}