module Primer::AttributesHelper

def data(val, system_arguments)

def data(val, system_arguments)
  system_arguments[:"data-#{val}"] || system_arguments.dig(:data, val.to_sym)
end