diff --git a/dev/dev.html b/dev/dev.html
index b8e8ddd..28cfe70 100644
--- a/dev/dev.html
+++ b/dev/dev.html
@@ -75,9 +75,12 @@
{{ option.title }}
- {{ `${option.author.firstName} ${option.author.lastName}` }}
+ {{ option.author.firstName + ' ' + option.author.lastName }}
+
+ Custom no options message
+