% import hashlib import json hlskey = hashlib.md5(module.location.url()).hexdigest() %> <% showHighLevelSource='source_code' in json_metadata_data and json_metadata_data['source_code']['explicitly_set'] %> % if 'source_code' in json_metadata_data: <% del json_metadata_data['source_code'] %> % endif
% if showHighLevelSource: Edit High Level Source <%include file="source-edit.html" /> % endif