A web application allowing people to create an account, configure a profile, and share a list of URLs on that profile.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
310 B

mixin renderArticle (article)
article.uk-article
if article.image
img(src="/img/payment/payment-option.jpg").responsive
h1.uk-article-title= article.title
if article.meta
p.uk-article-meta= article.meta
if article.lead
p.-uk-text-lead= article.lead
div!= article.content