@if selected_post_idx != -1 @if url := meta_image_url @end @else @end
  ▄▄▌    • ▌ ▄ ·.   
  ██•    ·██ ▐███▪  
  ██ ▪   ▐█ ▌▐▌▐█·  
  ▐█▌ ▄  ██ ██▌▐█▌  
  .▀▀▀   ▀▀  █▪▀▀▀  

https://l-m.dev - © l-m.dev 2023
Welcome! - @{app.stats.posts} total posts. [RSS]
Created with <3 with V. [LATEST]


Search @{app.stats.posts} posts with @{all_tags.len} unique tags
@for idx, tag in all_tags @if idx < 50
@else
@end
@end

@if is_authed @if !edit_is
New Post @end

@if edit_is @end

@if !edit_is
@end @end @{nav} @for post in posts @{construct_article_header(post.created_at.unix, latest_post_unix, post_to_select)}

#@{post.created_at.unix}

@{construct_tags(post.tags)}
[share] @for idx in 0..app.get_meta_img_count(post) [i@{idx}] @end @if is_authed [e] [b] [x] @end
@{app.preprocess(post.content)}
@if post.created_at.unix == latest_post_unix @end @if post.created_at.unix == 0 && !edit_is
@end @end @if !no_next @{nav} @end