@3trees
I figured I would just provide you with my full template, as you will easily be able to see what it does and modify it to your liking - it was my intention in design 
<%*
let title = tp.file.title
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Title");
await tp.file.rename(title);
}
tR += "---"
%>
Title: <%* tR += title %>
Tags: dailynote/2021, daily, journal
---
# <%* tR += title %>
<< [[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>]] | [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>]] >>
###### Recent Notes
```dataview
TABLE file.ctime as created, file.mtime as mod, file.path as Path
from ""
WHERE file.mday >= date(today)
SORT file.mtime desc
Start of Day
- [ ] OmniFocus Morning Routine
- [ ] Check Email
- [ ] Check Calendar ~ Time Block
End of Day
- [ ] Daily Reflection [[<%* tR += title %> Reflections]]
- [ ] Sweep OmniFocus
![[<% tp.date.now(“YYYY-MM-DD”, -1, tp.file.title, “YYYY-MM-DD”) %> Reflections]]
I can’t attach screenshots for some reason, I’m a functioning moron so someone can yell at me how to do it - I learn well that way.