python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
file gets unresolved warning when trying to extend to html file
I'm trying to use flask-bootstrap in my project and I want to extend my html with bootstrap/base.html , but It can't recognise the file. Here is the Python code (only the part that matters):
from flas...
younes alaoui
Votes: 0
Answers: 2
How to get current line of source file when processing a macro?
I want to pre-process C source code with jinja2 and I would like for some macros to be able to output #line lines:
#!/usr/bin/env python3
from jinja2 import *
@pass_context
def mymacro(ctx):
retur...
KamilCuk
Votes: 0
Answers: 1
Multiple backref cannot access object property on One to Many relationship SQLAlchemy
In the following snippet I put a template similar to my implementation. Where we have a "Grandparent" object with a OneToMany relationship with the "Parent" object and this the sam...
St3g4n0
Votes: 0
Answers: 0