Template:AlternativeBlog

{{$blog_title ?? 'Blog for ' .. page.Parent.Name }}

{{ wiki.create{ label: 'New Blog Post', path: Page.Path, template: 'BlogPost', title: 'Please Enter A Title' } }}

{{ web.image(avatar, 50, 50) }}
{{web.link(p.uri, p.title); }}
last updated by {{ p.author.name }} @ {{ date.time(p.date) }} on {{ date.date(p.date); }}
Comments: {{#p.comments}}

			if (p.namespace == '')
			{ 
				wiki.page{ path: p.unprefixedpath }
			}
			else
			{	
				wiki.page{ path: p.namespace .. ':' .. p.unprefixedpath }
			}
		
 
Tag page