Move all files to taking-flight-with-tailwind-css/demo/phpnw/
This commit is contained in:
parent
d754089b17
commit
d8ae557445
17 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
{% extends 'app' %}
|
||||
|
||||
{% block body %}
|
||||
{% include 'navbar' with {
|
||||
links: site.main_menu,
|
||||
} only %}
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
{% block content_bottom %}{% endblock %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue