chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
<html>
<head>
<title>{{ name }}</title>
{{ metaRobots|raw }}
{{ analyticsGetCode() }}
{% if stylesheets is defined and stylesheets is iterable %}
{% for css in stylesheets %}
<link rel="stylesheet" type="text/css" href="{{ css }}" />
{% endfor %}
{% endif %}
</head>
<body>
{{ content|raw }}
</body>
</html>