- {#if currentPost == null}
- Blog post not found
- {:else}
-
- {currentPost.parsedDate?.toLocaleDateString("en-US", {
- month: "short",
- day: "numeric",
- year: "numeric",
- })}
-
- {currentPost.title}
-
- {/if}
+
+ {currentPost.parsedDate?.toLocaleDateString("en-US", {
+ month: "short",
+ day: "numeric",
+ year: "numeric",
+ })}
+
+ {currentPost.title}
+