aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-26 18:25:04 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-26 18:25:53 +0530
commit9376c06ded47c4b77b94cb4d1e628537d9d69fce (patch)
tree25297ed59e75133ff6ee410716606a103f88644b /include/template.h
parenta3b18ea4019f44185a495afd4be66350f217c144 (diff)
config,main,list: get resources from config.cfg instead of a compiled config.h
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/template.h b/include/template.h
index dbeb897..f0fdac6 100644
--- a/include/template.h
+++ b/include/template.h
@@ -5,6 +5,8 @@
#include <stdbool.h>
#include <stdio.h>
+#define BASE_TEMPLATE "base.html"
+
typedef struct {
list_t *components;
} template_t;