Learn how to use Rust to build ATProto powered applications
at main 259 B view raw
1<!DOCTYPE html> 2 3<html lang="en" data-theme="dark"> 4 5<head> 6 <meta charset="utf-8" /> 7 <title>{{ title }}</title> 8 <link href="css/style.css" rel="stylesheet" type="text/css" /> 9</head> 10 11<body> 12 13 {% block content %}{% endblock %} 14 15</body> 16 17</html>