Remove temp files

This commit is contained in:
hiromipaw 2017-12-01 16:12:57 +01:00
parent 29fdfe2255
commit fcb14f5f5e
5 changed files with 0 additions and 37 deletions

View File

@ -1,12 +0,0 @@
_model: page
---
title: Buttons
---
body:
Use Bootstrap's custom button styles for actions in forms, dialogs, and more
with support for multiple sizes, states, and more.
---
_discoverable: yes
---
_template: alerts-component.html

View File

@ -1,3 +0,0 @@
[download]
path = /downloads
label = Download

View File

@ -1,12 +0,0 @@
_model: page
---
title: Buttons
---
body:
Use Bootstrap's custom button styles for actions in forms, dialogs, and more
with support for multiple sizes, states, and more.
---
_discoverable: yes
---
_template: alerts-component.html

View File

@ -1,6 +0,0 @@
{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<h1>{{ this.title }}</h1>
{{ this.body }}

View File

@ -1,4 +0,0 @@
{% macro get_link(page) -%}
<a href="{{ page|url }}">{{ page.title }}{%
if page.type == 'function' or page.type == 'method' %}(){% endif %}</a>
{%- endmacro %}