---
cssclass: wide-page
tags: goal
aliases:
creation date: <% tp.file.creation_date() %>
---
# <% tp.file.title %>
---
<% await tp.file.move("/Goals/" + tp.file.title) %>
```button
name Create Project
type note(New Project, split) template
action project template
templater true
```
## Projects
```dataview
LIST FROM [[<% tp.file.title %>]] WHERE contains(file.tags, "#project") SORT file.mtime DESC
```