issues
search
djc
/
askama
Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.5k
stars
221
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add typst in default text escapers
#1108
xabi00
closed
3 days ago
1
Canonicalize include paths before emitting
#1107
djkoloski
closed
5 days ago
0
Document how askama_axum::Template is supposed to be used if the template rendering requires references to local variables
#1106
tibbe
closed
1 week ago
1
Regression for `let` in allowing variables to start with `_` (underscore)
#1105
cipriancraciun
closed
1 week ago
1
Template Enum support
#1104
RylanYancey
opened
1 month ago
4
Configure template paths for debug and release.
#1103
RylanYancey
opened
1 month ago
5
Fix scope leak with for nested inside if let
#1102
djc
closed
1 month ago
0
Add test for if let containing a for loop
#1101
anna-is-cute
closed
1 month ago
2
Multiple `if let` blocks for the same variable sometimes fail to prepend self
#1100
anna-is-cute
closed
1 month ago
2
Run all test and package to completion
#1099
aquarhead
closed
1 month ago
1
axum: fix up test after Axum upgrade to tower 0.5
#1098
djc
closed
1 month ago
0
Accept trailing comma in array
#1097
aquarhead
closed
1 month ago
3
How can askama::Error be encountered?
#1096
BBaoVanC
closed
2 months ago
1
Error in case an operator is used as a delimiter
#1095
djc
closed
2 months ago
0
Getting Error trying to add Template to child
#1094
TrevorSatori
closed
2 months ago
1
Fix include statements within block fragments
#1093
mlabrenz117
closed
2 months ago
1
build(deps): update tower requirement from 0.4 to 0.5
#1092
dependabot[bot]
closed
2 months ago
1
Apply suggestions from clippy 1.81
#1091
djc
closed
2 months ago
0
Document template inheritance block naming restrictions
#1090
malteneuss
opened
2 months ago
2
Suggest disable html escaping in templates in templates section
#1089
malteneuss
closed
3 months ago
0
Templates in templates need "none" escape
#1088
malteneuss
closed
3 months ago
2
Emphasize no spaces around filters pipe in book
#1087
malteneuss
closed
3 months ago
1
Allow Trailing Commas in Arrays Inside Template Expressions
#1086
Aequitosh
closed
1 month ago
2
Dynamically rendering templates during development?
#1085
programlife555
closed
3 months ago
1
Block attribute release version
#1084
matjazonline
closed
3 months ago
1
build(deps): update tower requirement from 0.4 to 0.5
#1083
dependabot[bot]
closed
3 months ago
1
book: fix typo in Template Syntax page
#1082
m4tx
closed
3 months ago
1
Template parsing issues when using double angle brackets as delimiters
#1081
ronnodas
closed
2 months ago
1
Reproduce bug #1075: rendering nested block broken by if-else-endif i…
#1080
clonejo
opened
3 months ago
0
Clippy 1.80
#1079
djc
closed
4 months ago
0
Lazy loading or runtime templates
#1078
baron-digit
closed
4 months ago
3
Children like support for macros / included templates
#1077
michalvankodev
opened
4 months ago
5
Conditional compiling - features
#1076
rtiagom
closed
4 months ago
1
rendering nested block broken by if-else-endif in outer block
#1075
clonejo
opened
4 months ago
8
Unable to publish package containing askama
#1074
roberte777
closed
5 months ago
1
Add support for remaining pattern syntax (..) in templates
#1073
damymetzke
opened
5 months ago
0
Limit nested filters to avoid stack overflow 2
#1072
manunio
opened
5 months ago
1
filter: add check against large input
#1071
manunio
closed
5 months ago
0
Feedback for me
#1070
djc
closed
4 months ago
3
fuzz: add harness for filters and escape
#1069
manunio
closed
5 months ago
3
filter: simplify center
#1068
Kijewski
closed
5 months ago
0
filter: fix errors found by fuzz
#1067
manunio
closed
5 months ago
0
Add a failing test for using include within a block fragment
#1066
OscartGiles
opened
5 months ago
1
Allow Unicode-3.0 licenses
#1065
djc
closed
5 months ago
0
Add urlencode to filters.md
#1064
OscartGiles
closed
5 months ago
1
Include statement has no effect when used from a block fragment
#1063
OscartGiles
closed
2 months ago
7
filter: let `|truncate` only write '…' if needed
#1062
Kijewski
closed
5 months ago
3
Parser: improve error structure
#1061
djc
closed
5 months ago
0
Feature/docs request: allow setting escape="none" in askama.toml
#1060
sxlijin
opened
5 months ago
2
Template Rendering of a Result<T + Display, E + Display> Cleanly
#1059
jaw-sh
opened
6 months ago
3
Next