Add page titles

This commit is contained in:
2023-05-17 20:12:07 +10:00
parent 0f832d8eaf
commit 4bccc2ea5a
18 changed files with 34 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
module Adamantium
class Context < Hanami::View::Context
include Hanami::View::ContextHelpers::ContentHelpers
def initialize(**options)
@options = options
super(**options)