Този сайт работи по-добре с JavaScript.
Начало
Помощ
Вход
ben
/
bitshift
огледало от
https://github.com/earwig/bitshift
Наблюдаван
1
Харесван
1
Разклонения
0
Код
Версии
1
Activity
A semantic search engine for source code
https://bitshift.benkurtovic.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92
Ревизии
2
Клонове
16 MiB
ИН на ревизия:
d127ac94ad
develop
master
v1.0
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от 'd127ac94ad'
${ noResults }
bitshift
/
templates
/
index.html
index.html
105 B
Директен файл
Normal View
История
Add skeleton dir-structure, content to files. Add: app.py -add boilerplate Flask source. bitshift/ -directory for all python source. templates/(layout, index).html -add global layout template, and placeholder home page. static/css/main.sass -add placeholder main SASS file.
преди 10 години
1
2
3
4
5
6
7
8
9
= extends "layout.html"
= block title
Home
= endblock
= block body
<p>Hello, world.</p>
= endblock