mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
12 lines
238 B
HTML
12 lines
238 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
{% load static %}
|
|
|
|
{% block title %}{% trans "help" %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="ascii-doc-content">{{ content|safe }}</div>
|
|
{% endblock %}
|
|
|
|
{% block styles %}{% endblock %}
|