hello! I use typed-html for the root template of my website server-side.
however, as it does not seem to support the doctype tag, I have to add <!DOCTYPE html> as a string and append it to generated html. this works, but it feels like more of a hack than a proper solution.
is it possible to add doctype void tag support, or is there something i'm missing here?
hello! I use typed-html for the root template of my website server-side.
however, as it does not seem to support the doctype tag, I have to add
<!DOCTYPE html>as a string and append it to generated html. this works, but it feels like more of a hack than a proper solution.is it possible to add doctype void tag support, or is there something i'm missing here?