mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
create modules
This commit is contained in:
7
src/format/format.hpp
Normal file
7
src/format/format.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <string>
|
||||
|
||||
// Change template from file into html
|
||||
// Return html in string
|
||||
std::string inject_html_into_template(const std::string &FILE_NAME,
|
||||
const std::string &TEMPLATE,
|
||||
const std::string &HTML);
|
||||
Reference in New Issue
Block a user