@require(symbol, hierarchy) @extends('base_symbol.html') @def content(): \ @if hierarchy:
@hierarchy
@end @if symbol.formatted_doc:
@symbol.formatted_doc
@end \ @end