19 lines
407 B
Plaintext
19 lines
407 B
Plaintext
extends templates/homepage.pug
|
|
|
|
block main
|
|
section.snippet-recent
|
|
.header
|
|
h3 Latest Snippets
|
|
.all-snippets
|
|
a(href="/snippets") All Snippets
|
|
.list
|
|
div(insert-data='insertRecentSnippets(this, 5)')
|
|
|
|
block aside
|
|
section.snippet-common-tags
|
|
h3 Common tags
|
|
ul.common-tags
|
|
li
|
|
include partials/arrow.pug
|
|
a.link(href="javascript:void(0)") Some tag
|