diff options
Diffstat (limited to 'nova/index.html')
-rw-r--r-- | nova/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nova/index.html b/nova/index.html new file mode 100644 index 0000000..97ef595 --- /dev/null +++ b/nova/index.html @@ -0,0 +1,7 @@ +{{#articles}} + <article> + <p><a href='{{url}}'><img alt src='{{image}}'></a> + <h2><a href='{{url}}'>{{title}}</a></h2> + </article> +{{/articles}} + |