class SmithyStylesheetLinkTag < Base
          def render(context)
            controller = context.registers[:controller]
            stylesheet = Smithy::Template.stylesheets.find_by(name: tag_without_ext('css'))
            path = "/templates/stylesheets/#{tag_with_ext('css')}"