# File lib/kwala/build_action.rb, line 70
  def summary_expand(template, context)
    res = ProjectBuilderUtils.expand_template(template, context.amrita_data)
    Amrita::SanitizedString.new(res)
  end