@require(enum, raw_code, members_list) @extends('base_symbol.html') @def content(): \ @if raw_code: @raw_code @end \ @if enum.formatted_doc: @enum.formatted_doc @end @members_list @end