Influence Tiamat

<%* tp.hooks.on_all_templates_executed(async () => { const file = tp.file.find_tfile(tp.file.path(true)); await app.fileManager.processFrontMatter(file, (frontmatter) => { frontmatter["type"] = "influence"; if(frontmatter["maisonnée"] == null) frontmatter["maisonnée"] = ""; }); }); %>