diff options
Diffstat (limited to 'include/template.h')
-rw-r--r-- | include/template.h | 2 |
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; |