Example #1
0
def register():
    add_annotation(NAME, OpenReplace)
    add_annotation('/' + NAME, CloseReplace)
Example #2
0
def register():
    add_annotation(NAME, WpFooter)
Example #3
0
def register():
    add_annotation(NAME, OpenContent)
    add_annotation('/' + NAME, CloseContent)
Example #4
0
def register():
    add_annotation(NAME, OpenFooter)
    add_annotation('/' + NAME, CloseFooter)
Example #5
0
def register():
    add_annotation(NAME, Include)
Example #6
0
def register():
    add_annotation(NAME, WpHead)
Example #7
0
def register():
    add_annotation(NAME, OpenHeader)
    add_annotation('/' + NAME, CloseHeader)