{{py: from mapproxy.compat.modules 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 }}

{{service}} GetCapabilities

{{url}}
{{for line in capabilities}}
{{escape(wrapper.fill(line.decode('utf8')))}}
{{endfor}}