You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Twig provides access to two features that may help you extend your patterns, [ma
35
35
Pattern includes take advantage of the [pattern partial syntax](http://patternlab.io/docs/pattern-including.html) as a shorthand for referencing patterns from across the system without needing to rely on absolute paths. The format:
36
36
37
37
```
38
-
{% include "[patternType]-[patternName]" }}
38
+
{% include "[patternType]-[patternName]" %}
39
39
```
40
40
41
41
For example, let's say we wanted to include the following pattern in a molecule:
0 commit comments