From f9584c5310265411642a78ce603b988769e6d874 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 14 Nov 2018 02:18:56 -0500 Subject: [PATCH] Fix includes in views --- pubspec.yaml | 2 +- views/error.jael | 2 +- views/hello.jael | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 18f192f..2b437aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel -description: An easily-extensible web server framework in Dart. +description: An app that's going to be amazing pretty soon. publish_to: none # Ensure we don't accidentally publish our private code! ;) environment: sdk: '>=2.0.0-dev <3.0.0' diff --git a/views/error.jael b/views/error.jael index a3850ae..1e93df4 100644 --- a/views/error.jael +++ b/views/error.jael @@ -1,4 +1,4 @@ - +
{{ message }}
diff --git a/views/hello.jael b/views/hello.jael index aeb5867..7ca6b8a 100644 --- a/views/hello.jael +++ b/views/hello.jael @@ -1,4 +1,4 @@ - +
Angel