aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
blob: 9174ad8cc3578dcaf97e41138ced30cf4b309ca9 (plain)
1
2
3
4
5
6
7
8
9
#include "hashmap.h"

char *read_file(char *filename);
char *template(char *tmpl, struct hashmap *ctx);

struct post {
    char title[64];
    char tags[8][32];
};