diff options
author | Alan Pearce | 2017-06-24 12:11:46 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-24 12:11:46 +0200 |
commit | 6b02186505264dc5a05a74bce1f9dcc3f91d08e1 (patch) | |
tree | 09201512999c62c2cae19c9a44fe3b055fd664d4 /src/templates/post.html | |
parent | f9fd0d795fb7bff10cb759f2300200d50b0fbab3 (diff) | |
download | homestead-6b02186505264dc5a05a74bce1f9dcc3f91d08e1.tar.lz homestead-6b02186505264dc5a05a74bce1f9dcc3f91d08e1.tar.zst homestead-6b02186505264dc5a05a74bce1f9dcc3f91d08e1.zip |
refactor: Separate templates into layout/body
Diffstat (limited to 'src/templates/post.html')
-rw-r--r-- | src/templates/post.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/templates/post.html b/src/templates/post.html new file mode 100644 index 0000000..b6eba4e --- /dev/null +++ b/src/templates/post.html @@ -0,0 +1,11 @@ +<main class="post"> + <article> + <h1>post title</h1> + <main> + Fringilla ut morbi tincidunt augue interdum velit euismod! + Interdum velit laoreet id donec ultrices tincidunt arcu, non + sodales neque sodales ut etiam sit amet nisl purus, in + mollis nunc sed. + </main> + </article> +</main> |