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

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

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