#pragma once #include #include "blankie/serializer.h" struct Config; // forward declaration from config.h using Element = blankie::html::Element; void serve(const httplib::Request& req, httplib::Response& res, const Config& config, std::string title, Element element);