mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
13 lines
240 B
HTML
13 lines
240 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
{% load static %}
|
|
|
|
{% block title %}Blah{% endblock %}
|
|
|
|
{% block content %}
|
|
<!--<div id="ascii-doc-content">{{ content|safe }}</div>-->
|
|
blah
|
|
{% endblock %}
|
|
|
|
{% block styles %}{% endblock %}
|