diff options
author | bie <bie@blekksprut.net> | 2017-06-29 15:48:02 +0200 |
---|---|---|
committer | bie <bie@blekksprut.net> | 2017-06-29 15:48:02 +0200 |
commit | 05c51adb090fa096eb229c9cc4f1c519fcda6a01 (patch) | |
tree | 38e7e4e7f5f150b016ad4835548a19c4c959ff5c /templates/article.html | |
parent | 9f249b3e2af30444dbfbd42396824df3724af68f (diff) | |
download | maker-05c51adb090fa096eb229c9cc4f1c519fcda6a01.tar.xz |
wew wew
Diffstat (limited to 'templates/article.html')
-rw-r--r-- | templates/article.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/article.html b/templates/article.html new file mode 100644 index 0000000..d8b5b4b --- /dev/null +++ b/templates/article.html @@ -0,0 +1,9 @@ +<article> + <h2>{{title}}</h2> + <p>posted {{date}} by {{author}} + {{#lead}} + <p class=lead>{{lead}} + {{/lead}} + {{&text}} +</article> + |