diff --git a/pubspec.yaml b/pubspec.yaml index 598e587..18f192f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: angel_auth: ^2.0.0-alpha # Supports stateless authentication via JWT angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files. angel_framework: ^2.0.0-alpha # The core server library. - #angel_jael: ^1.0.0 # Server-side templating engine + angel_jael: ^2.0.0 # Server-side templating engine angel_production: ^1.0.0-alpha angel_static: ^2.0.0-alpha # Static file server angel_validate: ^2.0.0-alpha # Allows for validation of input data diff --git a/views/error.jl b/views/error.jael similarity index 100% rename from views/error.jl rename to views/error.jael diff --git a/views/hello.jl b/views/hello.jael similarity index 100% rename from views/hello.jl rename to views/hello.jael diff --git a/views/layout.jl b/views/layout.jael similarity index 100% rename from views/layout.jl rename to views/layout.jael