feat: Sync latest templates from blackroad-sandbox

 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alexa Louise
2025-12-12 01:38:14 -06:00
committed by Your Name
parent 806c200ddd
commit d9c4a93cf0
30 changed files with 8732 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
{
"object": "page",
"parent": {
"type": "workspace"
},
"icon": {
"type": "emoji",
"emoji": "\ud83c\udfaf"
},
"properties": {
"title": {
"title": [
{
"text": {
"content": "{{PROJECT_NAME}}"
}
}
]
}
},
"children": [
{
"object": "heading_1",
"heading_1": {
"rich_text": [
{
"text": {
"content": "\ud83d\udcca Project Dashboard"
}
}
]
}
},
{
"object": "paragraph",
"paragraph": {
"rich_text": [
{
"text": {
"content": "{{PROJECT_DESCRIPTION}}"
}
}
]
}
},
{
"object": "heading_2",
"heading_2": {
"rich_text": [
{
"text": {
"content": "\ud83d\udcc8 Status"
}
}
]
}
},
{
"object": "callout",
"callout": {
"icon": {
"emoji": "\u2705"
},
"rich_text": [
{
"text": {
"content": "Status: {{STATUS}}\nPhase: {{PHASE}}\nProgress: {{PROGRESS}}%"
}
}
]
}
}
]
}