<!doctype html> <html> <head> <meta charset="utf-8"> <title>$title$</title> <style> table, td, th { border: 1px solid black; } th { padding-top: 5px; padding-bottom: 5px; } td { padding-top: 2.5px; padding-bottom: 2.5px; } th, td { padding-left: 10px; padding-right: 10px; } </style> </head> <body> $body$ </body> </html>