# File lib/amrita/template.rb, line 404def load_template
@template = get_parser_class.parse_text(@template_text, @fname, @lno, setup_taginfo) do |e|
if @parser_filter
@parser_filter.call(e)
else
e
endendend
need_update?()
# File lib/amrita/template.rb, line 414def need_update?
@template == nilend